docs: Provide bundler setup for building site locally
authorDan Nicholson <dbn@endlessos.org>
Thu, 20 May 2021 20:48:16 +0000 (14:48 -0600)
committerDan Nicholson <dbn@endlessos.org>
Fri, 21 May 2021 16:13:15 +0000 (10:13 -0600)
commit3c7449397a6e49df4d717317945ff1274f020606
tree1ac15471396cbb00d04969012c398fe3cee4fec1
parente4105a0366bf0d905c610a18ad6e343ae9965b2e
docs: Provide bundler setup for building site locally

This mimics the GitHub Pages environment so that you can build and serve
the site locally for testing. It's will also be required later for using
Jekyll Actions[1] instead of the automated GitHub Pages flow.

1. https://github.com/marketplace/actions/jekyll-actions
Makefile.am
docs/Gemfile [new file with mode: 0644]
docs/README.md [new file with mode: 0644]
docs/_config.yml